@charset "utf-8";

/* CSS Document */
* {
    -webkit-text-size-adjust: none
}

html, body {
    width: 750px;
    margin: 0 auto;
    min-width: inherit;
    height: 100%;
    transform: '';
    background: #fff;
    font-family: '微软雅黑,宋体', sans-serif;
}
html{
    background: #f6f6f6;
}
.header, .logo, .menu{
    width: 100%;
}
.fl {
    float: none;
    display: block;
}

.fr {
    float: none;
    display: block;
}

.pchide {
    display: block !important;
}

.mhide {
    display: none !important;
}

body {
    background: url(trs_mobile_bcg.jpg) no-repeat;
}

.header-search, .logo {
    margin: 0;
}

.logo {
    display: flex;
    align-items: center;
    padding-bottom: 120px;
}

.logo img {
    margin-top: 56px;
    margin-left: 57px;
}

.logo p {
    margin-top: 60px;
    font-size: 36px;
    text-shadow: 2px 0px 9px rgb(255, 255, 255);
}
.header-search {
    position: absolute;
    top: 202px;
    left: 36px;
}

.header-search input {
    width: 651px;
    height: 63px;
}

.header-search input::placeholder {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #747474;
}

.search_btn {
    height: 63px;
    width: 129px;
}

.search_btn span {
    font-size: 24px;
    top: 9px;
}

.search_btn img {
    width: 35px;
    top: 12px;
}

.menu {
    width: 750px;
    height: 108px;
    background: linear-gradient(0deg, #F4F4F4, #FFFFFF);
    box-shadow: 0px 3px 7px 0px rgba(167, 167, 167, 0.35);
}
.menu ul{
    position: relative;
    height: 108px;
    flex-wrap: wrap;
    padding-left: 160px;
}
.menu ul li:nth-child(1){
    position: absolute;
    width: 160px;
    left: 0;
    height: 108px;
}
.menu ul li a span{
    font-size: 24px;
}
.active_menu{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.wrapper-footer{
    position: relative;
    height: 418px;
    padding-bottom: 30px;
}
.wrapper-footer-content{
    padding-top: 45px;
    padding-left: 50px;
}
.wrapper-footer-content-left p{
    font-size: 20px;
}
.wrapper-footer-content{
    width: 654px;
    display: block;
}
.wrapper-footer-content-left span{
    display: inline-block;
}
.wrapper-footer-content-left p{
    margin-bottom: 0;
}
.wrapper-footer-content-left p:nth-child(1) span{
    width: 500px;
}
.wrapper-footer-content-right{
    display: flex;
    justify-content: center;
    width: 625px;
    margin: 20px auto 0;
}
.site_link{
    margin-bottom: 20px !important;
}
.site_link a{
    font-size: 20px;
    width: 109px;
}
.wrapper-footer-content-left p span {
    margin-bottom: 20px;
}
.site_ad span:nth-child(2){
    display: block;
}
.wrapper-footer-content-right{
    position: absolute;
    top: 320px;
}